# Begin: Custom commands for incoming e-mails AFTER decryption log(1,'Begin: Custom commands for incoming e-mails AFTER decryption'); if (compare('X-SEPPmail-STATUS', 'substitute', 'DECRYPT')) { log(1, 'send decrypted e-mail from $header_from for recipient(s) $header_to $header_cc back to UTM for content scanning'); setheader('X-SEPPmail-STATUS','RESEND'); deliver('192.168.10.1'); } log(1,'End: Custom commands for incoming e-mails AFTER decryption'); # End: Custom commands for incoming e-mails AFTER decryption